Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add a bit of delay to reduce Modal test flakiness #1801

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Conversation

ahuth
Copy link
Contributor

@ahuth ahuth commented Nov 7, 2023

Noticed some flakiness with the Modal's interactive examples tests. Fixed here by adding a small delay.

Alternatively could try to wait for a specific class. But I don't think there's a good one. The classes in question seem to be generated, and I don't want to rely on them.

@ahuth ahuth requested a review from a team November 7, 2023 18:49
@ahuth ahuth changed the base branch from main to next November 7, 2023 18:50
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #1801 (4f4ba46) into next (e300cc5) will decrease coverage by 0.11%.
Report is 1 commits behind head on next.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             next    #1801      +/-   ##
==========================================
- Coverage   92.61%   92.50%   -0.11%     
==========================================
  Files         147      147              
  Lines        2735     2735              
  Branches      712      712              
==========================================
- Hits         2533     2530       -3     
- Misses        187      189       +2     
- Partials       15       16       +1     

see 2 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

Copy link

github-actions bot commented Nov 7, 2023

size-limit report 📦

Path Size
components 97.81 KB (0%)
styles 34.33 KB (0%)

@booc0mtaco
Copy link
Contributor

Thanks for this. It started happening after some version update last week, which is peculiar 🤔

@ahuth
Copy link
Contributor Author

ahuth commented Nov 7, 2023

Yeah, kind of odd. Maybe headless updated something.

@ahuth ahuth merged commit 6bbcd9a into next Nov 7, 2023
6 checks passed
@ahuth ahuth deleted the ah-flaky branch November 7, 2023 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants